From a6a97ad4421c746e61ce98f3f014877fe8e38e95 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Wed, 29 Dec 2010 16:30:38 +0900 Subject: [PATCH] Fixed unused variable in GtkCheckButton. --- gtk/gtkcheckbutton.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkcheckbutton.c b/gtk/gtkcheckbutton.c index 11e7c181b6..893fcecd73 100644 --- a/gtk/gtkcheckbutton.c +++ b/gtk/gtkcheckbutton.c @@ -331,7 +331,6 @@ gtk_check_button_size_allocate (GtkWidget *widget, child = gtk_bin_get_child (GTK_BIN (button)); if (child && gtk_widget_get_visible (child)) { - GtkRequisition child_requisition; guint border_width = gtk_container_get_border_width (GTK_CONTAINER (widget)); child_allocation.width = allocation->width - -- 2.30.2